Skip to main content

User/Market Status

The ResponseObject contains the following parameters:

Parameter (Key)Data TypeDescription
jMessageTypevarchar(255)Message type identifier
jMessageHeadervarchar(255)Contains Manager ID
jDatavarchar(512)Contains Event Type, Branch ID, User ID, and other data depending on message type

Example Response​

{
"jData": {
"MsgType": "USD_IND",
"MsgHeader": {
"ManagerId": "O1"
},
"Data": {
"EventType": 1,
"BranchId": 12345,
"UserId": 1111
}
}
}

πŸ“˜ User Status​

FieldDetails
NameUser Status
DescriptionIndicates any change in user status to third‑party systems

πŸ–₯️ User Status Details​

The status notification contains the following fields:

Parameter (Key)Data TypeDescription
Message Typevarchar(10)USR_IND
Manager IDintManager ID
Branch IDvarchar(25)Branch ID
User IDvarchar(25)Dealer ID
Event TypeintIndicates the type of user status event:
β€’ 1 β†’ User gets Locked
β€’ 2 β†’ User gets Unlocked
β€’ 3 β†’ Password Change
β€’ 4 β†’ CFT Template
β€’ 5 β†’ CFT Mapping
β€’ 6 β†’ CRP Template
β€’ 7 β†’ CRP Mapping
β€’ 8 β†’ User gets Logout
β€’ 9 β†’ Dealer Update
β€’ 10 β†’ User gets Login
Datavarchar(255)Present only for specific event types:
β€’ Event Type = 5 β†’ Contains Template Name
β€’ Event Type = 7 β†’ Contains Template Name
β€’ Event Type = 8 / 10 β†’ Contains Machine IP / MAC IP
β€’ Event Type = 9 β†’ Contains Login Allowed, Market Data Allowed Segment, Active/Suspend details

πŸ“„ Market Status​

The Market Status notification contains the following parameters:

Parameter (Key)Data TypeDescription
MessageTypevarchar(10)MKT_STAT
ManagerIDintManager ID
BranchIDvarchar(25)Branch ID
Event TypeintMarket status event type:
β€’ 1 β†’ Normal Market Open
β€’ 2 β†’ Normal Market Close
β€’ 3 β†’ Pre‑Open
β€’ 4 β†’ Pre‑Open Close
β€’ 5 β†’ Auction Market Open
β€’ 6 β†’ Auction Market Close
β€’ 7 β†’ Auction Market Open (alternate)
β€’ 8 β†’ Post Trade / Close Open
β€’ 9 β†’ Post Trade / Close Close
β€’ 10 β†’ Special Market Open
β€’ 11 β†’ Special Market Close
Datavarchar(255)Refers to Market Segment IDs (provided in API Annexure)